Appearance
git branch
git checkout 브랜치이름
git branch 새로운 브랜치이름
git branch -D 브랜치이름
git push origin 브랜치이름
git push origin -D 브랜치이름